home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1997 July & August / cd joystick No84 juillet aout 1997.iso / pc / club95.exe / ISP1.SCP < prev    next >
Text File  |  1997-06-15  |  318b  |  15 lines

  1. ; C:\NETSCAPE\DIALER\ISP1.SCP
  2. proc main
  3. transmit "^M"
  4. transmit "^M"
  5. waitfor "er?",matchcase until 20
  6. transmit "clubint^M"
  7. waitfor "ogin:",matchcase until 20
  8. transmit $USERID
  9. transmit "^M"
  10. waitfor "ssword:",matchcase until 20
  11. transmit $PASSWORD
  12. transmit "^M"
  13. waitfor "Entering",matchcase until 20
  14. endproc
  15.